home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / mormon.per < prev    next >
Text File  |  1995-07-02  |  2KB  |  97 lines

  1. Xconq 0 -+---- the heroic age of the mormon pioneers (needs work)
  2. Period 0
  3.  
  4. "1847" period-name
  5.  
  6. "m" "mormon" "" utype
  7. "A" "avenging angel" "" utype
  8. "P" "prophet" "" utype
  9. "a" "army" "" utype
  10. "u" "Ute" "" utype
  11. "/" "fort" "where the army hangs out" utype
  12. "*" "settlement" "" utype
  13. "@" "temple" "" utype
  14.  
  15. "w" "water" "very scarce in Utah" rtype
  16.  
  17. "." "lake" "sky blue" ttype
  18. "," "river" "cyan" ttype
  19. "+" "valley" "green" ttype
  20. "%" "forest" "forest green" ttype
  21. "~" "desert" "yellow" ttype
  22. "^" "mountains" "sienna" ttype
  23. "_" "salt flat" "white" ttype
  24. ":" "not-Utah" "black" ttype
  25.  
  26. true [ not-Utah ] dark
  27.  
  28. ;[   0  70  70  70  70  70  90  95  99   0 ] t* min-alt
  29. ;[  70  70  72  95  95  95  95  99 100   0 ] t* max-alt
  30. ;[   0   0  50  20  80   0   0   0   0   0 ] t* min-wet
  31. ;[ 100 100 100  80 100  20  20 100 100   0 ] t* max-wet
  32.  
  33. ; not-Utah edge-terrain
  34.  
  35. "man" m icon-name
  36. "trooper" A icon-name
  37. "man" P icon-name
  38. "cavalry" a icon-name
  39. "archer" u icon-name
  40. "walltown" / icon-name
  41. "walltown" * icon-name
  42. "city18" @ icon-name
  43.  
  44. ; no random init, since sides asymmetrical
  45.  
  46. 5000 a siege
  47.  
  48. 10 m m make
  49. 2 m P make
  50. 1 [ m P ] maker
  51. ; 20 * m make
  52. 20 / a make
  53.  
  54. 1 water [ m A a ] produce
  55. 10 water [ / * @ ] produce
  56. 100 valley u* productivity
  57. 100 mountains a productivity
  58. 10 water [ m A a ] storage
  59. 100 water [ / * @ ] storage
  60. 1 water [ m A a ] consume
  61.  
  62. "dies of thirst" [ m A a ] starve-message
  63.  
  64. ;;; scale should be 15 km?
  65.  
  66. [ 2 4 4 4 6 ] [ m A a u P ] speed
  67.  
  68. 0 t* u* moves
  69. -1 [ lake not-Utah ] u* moves
  70.  
  71. 5 m [ m P ] capacity
  72. 6 a / capacity
  73. 10 [ m A P ] * capacity
  74. 10 [ A P ] @ capacity
  75.  
  76. 95 m [ a u ] hit  ; the army misses sometimes
  77. ; 50 P [ a u ] hit  ; prophet is wily
  78. 50 a A hit  ; avenging angels are only way to hit back
  79. 30 A a hit  ; retaliation is harder
  80.  
  81. 1 u* u* damage
  82.  
  83. "kills" [ m A a ] destroy-message
  84.  
  85. 10 / territory
  86. 1 * territory
  87. 5 @ territory
  88.  
  89. begin{notes}
  90. Can the US army kill all the Mormons before they overpopulate Utah?
  91.  
  92. (This is all a joke of course.)
  93. end{notes}
  94.  
  95. end
  96.  
  97.